home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / com_moni.arc / CAPTURE.DOC < prev    next >
Text File  |  1988-07-25  |  2KB  |  45 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.           Use CAPTURE.EXE at you own risk.
  9.  
  10.           One of  the major problems with using software interrupts is that
  11.           you never can tell when the interrupt vector  will be  changed by
  12.           some other  software.   Quite often the offending software is the
  13.           program/function that you would least suspect.
  14.  
  15.           If you are getting  the "OPUS!COMM  not responding"  message from
  16.           Opus, then  try executing  CAPTURE just  before you execute Opus.
  17.           You must be using X00.SYS.  CAPTURE will not work  with OPUSCOMx.
  18.           If  you  know  the  offending  program/function,  execute CAPTURE
  19.           immediately following the culprit.
  20.  
  21.           In fact, its not a bad idea to always execute CAPTURE just before
  22.           you execute Opus.
  23.  
  24.           CAPTURE.EXE simply  tells the device driver X00.SYS to re-capture
  25.           the  software  interrupt  vector(s)  (from  whoever  grabbed it).
  26.           CAPTURE may be executed at any time.
  27.  
  28.           Revision History
  29.  
  30.           V1.00
  31.           Added the options ON and OFF.  The default is CAPTURE ON.  If you
  32.           enter  CAPTURE  OFF  then  X00.SYS  will   restore  the  original
  33.           interrupt 14H  vector.   If you CAPTURE OFF then you must CAPTURE
  34.           or CAPTURE ON before you execute Opus again.
  35.  
  36.           The advantage of the ON and OFF options is that it allows you use
  37.           the native  driver of  SEAdog if  you want  to.   That is, if you
  38.           enter CAPTURE OFF just before you execute SEAdog then SEAdog will
  39.           not use  the X00.SYS  FOSSIL functions.  It will use its own comm
  40.           drivers.  However, on my system, SEAdog V4.0 will not  work under
  41.           MultiLink if its native drivers are used.
  42.  
  43.           V1.08
  44.           Internal changes to work with X00 V1.07c and up.
  45.